changed ruby version to 2.1.6 for heroku testing

James Peret 10 years ago
parent
commit
4b1ca1a2d7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Gemfile

+ 1 - 1
Gemfile

@@ -1,5 +1,5 @@
1 1
 source 'http://rubygems.org'
2
-ruby "2.2.2"
2
+ruby "2.1.6"
3 3
 
4 4
 gem 'unicorn'
5 5
 gem 'sinatra'